Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide user higher control over the chat history #417

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

JonahWhaler
Copy link

What I see

  1. Old dialog accumulated in the DB and we can't use them.
  2. Can't hold long (in terms of time) conversation with the chat bot.
  3. Switch around modes results in new dialog.

What I did

  1. Allow user to remove all chat history.
  2. Set use_new_dialog_timeout to False.
  3. Remove current dialog when /new is triggered.
  4. Try resume dialog when user switch between modes.

JonahWhaler and others added 2 commits December 19, 2023 11:13
…og_timeout to False. 3. Remove current dialog when /new is triggered. 4. Try resume dialog when user switch between modes.
@wedontdozero
Copy link

Is it possible to review the data accumulated in the DB? @JonahTzuChi

@JonahWhaler
Copy link
Author

Is it possible to review the data accumulated in the DB? @JonahTzuChi

Yes.

@wedontdozero
Copy link

Is it possible to review the data accumulated in the DB? @JonahTzuChi

Yes.

Mind showing me how?

@JonahWhaler
Copy link
Author

Is it possible to review the data accumulated in the DB? @JonahTzuChi

Yes.

Mind showing me how?

It's technically possible but I didn't implement this feature because I don't have plan to view the conversation through the Bot. You can achieve that through query from the database.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants